Connection Class |
Namespace: Independentsoft.Sip.Sdp
The Connection type exposes the following members.
| Name | Description | |
|---|---|---|
| Connection |
Initializes a new instance of the Connection class.
| |
| Connection(String) |
Initializes a new instance of the Connection class.
| |
| Connection(String, Int32) |
Initializes a new instance of the Connection class.
| |
| Connection(String, Int32, Int32) |
Initializes a new instance of the Connection class.
| |
| Connection(AddressType, String, Int32, Int32) |
Initializes a new instance of the Connection class.
| |
| Connection(NetworkType, AddressType, String, Int32, Int32) |
Initializes a new instance of the Connection class.
|
| Name | Description | |
|---|---|---|
| Address |
Gets or sets connection address. Typically the connection address will be a class-D IP multicast group address.
If the session is not multicast, then the connection address contains the fully-qualified domain name or the
unicast IP address.
| |
| AddressType |
Gets or sets type of address.
| |
| NetworkType |
Gets or sets type of network.
| |
| NumberOfAddresses |
Gets or sets number of addresses.
| |
| TimeToLive |
Gets or sets time to live (TTL) value. Sessions using an IP multicast connection address must also have
a TTL value present in addition to the multicast address. The TTL and the Address together define the scope
with which multicast packets sent in this conference will be sent. TTL values must be in the range 0-255.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Converts the specified string representation of a connection to its Connection equivalent.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |